From: Paul Eggert Date: Sun, 6 Mar 2011 08:15:49 +0000 (-0800) Subject: * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~2260 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d8a3e89e23a24e823666818d1f34b5cba72cf3fc;p=emacs.git * xdisp.c (update_window_cursor): Now static, since it's not used elsewhere. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0ebc363f451..b67dd8bf797 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -11,6 +11,7 @@ * xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var. (produce_glyphless_glyph): Make a pointer "const" since it might point to immutable storage. + (update_window_cursor): Now static, since it's not used elsewhere. 2011-03-06 Michael Shields (tiny change) diff --git a/src/xdisp.c b/src/xdisp.c index 818c4c36e52..3155116c48d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -23789,7 +23789,7 @@ display_and_set_cursor (struct window *w, int on, /* Switch the display of W's cursor on or off, according to the value of ON. */ -void +static void update_window_cursor (struct window *w, int on) { /* Don't update cursor in windows whose frame is in the process